img.rounded {
object-fit: cover;
border-radius: 50%;
height: 100px;
width: 100px;
}
<div class="MagicScroll" data-options="loop: rewind;"> <img src="example1.jpg" /> <img src="example2.jpg" /> ...</div>